home *** CD-ROM | disk | FTP | other *** search
- object MPEGConfig_DeinterlaceForm: TMPEGConfig_DeinterlaceForm
- Left = 208
- Top = 139
- BorderStyle = bsDialog
- Caption = 'Deinterlace'
- ClientHeight = 426
- ClientWidth = 535
- Color = clBtnFace
- Constraints.MinHeight = 453
- Constraints.MinWidth = 543
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PopupMenu = PopupMenu1
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 88
- Top = 360
- Width = 67
- Height = 12
- Anchors = [akBottom]
- Caption = '&Method:'
- FocusControl = DeinterlaceFilter
- end
- object Panel2: TPanel
- Left = 5
- Top = 5
- Width = 527
- Height = 340
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 0
- object ResultVideoBox: TDXPaintBox
- Left = 0
- Top = 0
- Width = 523
- Height = 320
- AutoStretch = True
- Center = True
- KeepAspect = True
- Stretch = True
- ViewWidth = 0
- ViewHeight = 0
- Align = alClient
- OnClick = ResultVideoBoxClick
- OnDblClick = VideoDblClick
- end
- object DoubleClickLabel: TLabel
- Left = 106
- Top = 150
- Width = 322
- Height = 12
- Anchors = []
- Caption = 'Double click here to select video source to display.'
- OnDblClick = VideoDblClick
- end
- object VideoScrollBar: TScrollBar
- Left = 0
- Top = 320
- Width = 523
- Height = 16
- Align = alBottom
- Enabled = False
- PageSize = 1
- TabOrder = 0
- OnChange = VideoScrollBarChange
- OnScroll = VideoScrollBarScroll
- end
- end
- object DefaultButton: TButton
- Left = 200
- Top = 396
- Width = 102
- Height = 25
- Anchors = [akBottom]
- Caption = 'Default'
- TabOrder = 2
- OnClick = DefaultButtonClick
- OnKeyDown = EditKeyDown
- end
- object OKButton: TButton
- Left = 376
- Top = 396
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 4
- OnClick = OKButtonClick
- OnKeyDown = EditKeyDown
- end
- object CancelButton: TButton
- Left = 456
- Top = 396
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- OnKeyDown = EditKeyDown
- end
- object EnableFilter: TCheckBox
- Left = 416
- Top = 360
- Width = 81
- Height = 17
- Anchors = [akBottom]
- Caption = 'Enable filter'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = EnableFilterClick
- end
- object DeinterlaceFilter: TComboBox
- Left = 168
- Top = 357
- Width = 241
- Height = 20
- Style = csDropDownList
- Anchors = [akBottom]
- DropDownCount = 20
- ItemHeight = 12
- TabOrder = 1
- OnChange = DeinterlaceFilterChange
- OnKeyDown = EditKeyDown
- end
- object PopupMenu1: TPopupMenu
- Left = 350
- Top = 166
- object N1: TMenuItem
- Tag = 1
- Caption = 'Original size'
- OnClick = N1Click
- end
- object N2: TMenuItem
- Tag = 2
- Caption = 'Zoom 2x'
- OnClick = N1Click
- end
- object N3: TMenuItem
- Tag = 3
- Caption = 'Zoom 3x'
- OnClick = N1Click
- end
- object N4: TMenuItem
- Tag = 4
- Caption = 'Zoom 4x'
- OnClick = N1Click
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object C1: TMenuItem
- Caption = '&Copy to clipboard'
- ShortCut = 16451
- OnClick = C1Click
- end
- end
- end
-